home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 75 / PC Format 75 - Nov 1997.iso / delpac / PAC.DFM / PAC.txt
Text File  |  1997-08-05  |  2KB  |  98 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 95
  4.   BorderStyle = bsDialog
  5.   Caption = 'GRID'
  6.   ClientHeight = 476
  7.   ClientWidth = 635
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   TextHeight = 16
  16.   object ScoreText: TLabel
  17.     Left = 24
  18.     Top = 448
  19.     Width = 185
  20.     Height = 25
  21.     AutoSize = False
  22.     Caption = 'ScoreText'
  23.     Font.Color = clBlue
  24.     Font.Height = -21
  25.     Font.Name = 'Comic Sans MS'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object LivesText: TLabel
  30.     Left = 248
  31.     Top = 451
  32.     Width = 105
  33.     Height = 25
  34.     AutoSize = False
  35.     Caption = 'Lives:3'
  36.     Font.Color = clBlue
  37.     Font.Height = -21
  38.     Font.Name = 'Comic Sans MS'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Hightext: TLabel
  43.     Left = 416
  44.     Top = 451
  45.     Width = 185
  46.     Height = 25
  47.     AutoSize = False
  48.     Caption = 'HiScore:12560'
  49.     Font.Color = clBlue
  50.     Font.Height = -21
  51.     Font.Name = 'Comic Sans MS'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object Up: TBitBtn
  56.     Left = 680
  57.     Top = 176
  58.     Width = 49
  59.     Height = 41
  60.     Caption = '&aup'
  61.     TabOrder = 0
  62.     OnClick = UpClick
  63.   end
  64.   object down: TButton
  65.     Left = 680
  66.     Top = 256
  67.     Width = 49
  68.     Height = 41
  69.     Caption = '&zdown'
  70.     TabOrder = 1
  71.     OnClick = downClick
  72.   end
  73.   object Left: TButton
  74.     Left = 664
  75.     Top = 216
  76.     Width = 41
  77.     Height = 41
  78.     Caption = '&,left'
  79.     TabOrder = 2
  80.     OnClick = LeftClick
  81.   end
  82.   object Right: TButton
  83.     Left = 704
  84.     Top = 216
  85.     Width = 41
  86.     Height = 41
  87.     Caption = '&.right'
  88.     TabOrder = 3
  89.     OnClick = RightClick
  90.   end
  91.   object Timer1: TTimer
  92.     Interval = 1
  93.     OnTimer = Timer1Timer
  94.     Left = 343
  95.     Top = 122
  96.   end
  97. end
  98.